home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Security / Windows Washer / wwinstall.exe / washer.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Encoding:
Text File  |  2000-01-06  |  1.3 KB  |  67 lines

  1. object Form9: TForm9
  2.   Left = 439
  3.   Top = 116
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Unregistered Window Washer'
  7.   ClientHeight = 96
  8.   ClientWidth = 296
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 5
  22.     Top = 9
  23.     Width = 281
  24.     Height = 13
  25.     Caption = 'Unregistered Version - Support Shareware - Please Register'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 44
  29.     Top = 33
  30.     Width = 193
  31.     Height = 13
  32.     Caption = 'Registering removes this message/delay.'
  33.   end
  34.   object Button1: TButton
  35.     Left = 61
  36.     Top = 66
  37.     Width = 75
  38.     Height = 21
  39.     Caption = 'Wash Now'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 151
  45.     Top = 65
  46.     Width = 74
  47.     Height = 21
  48.     Caption = 'Register'
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52.   object Timer1: TTimer
  53.     Enabled = False
  54.     Interval = 5000
  55.     OnTimer = Timer1Timer
  56.     Left = 24
  57.     Top = 64
  58.   end
  59.   object Timer2: TTimer
  60.     Enabled = False
  61.     Interval = 60000
  62.     OnTimer = Timer2Timer
  63.     Left = 16
  64.     Top = 32
  65.   end
  66. end
  67.